home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_03 / asz8.man < prev    next >
Text File  |  1990-12-02  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ASZ8(1L)                    UNIX 5.0                     ASZ8(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           asz8 - cross assemblers for microcomputers
  10.  
  11.      SYNOPSIS
  12.           asz8 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.  
  14.      DESCRIPTION
  15.           The asz8 command assembles the input file into a text output
  16.           file representing the program memory for a microcomputer.
  17.  
  18.           Options
  19.  
  20.           -p cpu
  21.                Override the instruction set selection.
  22.                     Valid Values for Cpu
  23.                          z8600, z8, Z8, UPC, upc, Z8090
  24.  
  25.           -l listfile
  26.                Output a file formated with the memory address, data,
  27.                and source input lines.
  28.  
  29.           -o hexfile
  30.                Output the memory data image in a form accepted by most
  31.                prom programmers.
  32.  
  33.           -h hexfile
  34.                Same as -o.
  35.  
  36.           -d   Save the intermediate data file (see FILE) and abort
  37.                the execution at the end of processing.
  38.  
  39.           -s symbolfile
  40.                Print the symbol table values and names, one per line
  41.                in the specified file.
  42.  
  43.      FILES
  44.           /usr/tmp/frtXXXXXX
  45.  
  46.      SEE ALSO
  47.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  48.           Appendix for asz8 Frankenstein Assembler (file asz8.doc)
  49.  
  50.      NOTES
  51.           There is only one input file.
  52.  
  53.           The program can select which subset of instructions is
  54.           accepted.  The program first uses the name with which it is
  55.           invoked.  This is scanned for a substring which indicates
  56.           which set to use.  The -p options overrides this selction by
  57.           performing the same substring search.  Finally the input
  58.           file can select which subset to use with the CPU statement.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ASZ8(1L)                    UNIX 5.0                     ASZ8(1L)
  71.  
  72.  
  73.  
  74.           There should only be one executable file with all of its
  75.           names linked to it.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.